home *** CD-ROM | disk | FTP | other *** search
- /************************************************************
-
- Created: Saturday, April 3, 1993 at 9:00 AM
- Cellusoft.h
- C Interface to the Cellusoft library
- Kludged together by Matt Burch.
-
- ************************************************************/
-
-
- #define MaxAnimations 15
-
- struct AnimationRecord
- {
- Boolean active;
- Rect lRect, cRect, pRect;
- GrafPtr theGraf, theMaskGraf;
- } animArray[MaxAnimations+1];
-
- Rect tr[5];
- PicHandle Pic_Handle;
- RgnHandle theregion;
-
-
-